home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6334 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  914 b 

  1. Path: big.info.att.com!newsmaster
  2. From: Kevin Cheng <kkcheng@big.att.com>
  3. Newsgroups: comp.os.ms-windows.programmer.win32,comp.lang.basic.visual.misc,comp.os.ms-windows.programmer.ole,comp.lang.c++
  4. Subject: Re: Calling 32-bit DLLs from 16-bit-Applications
  5. Date: Thu, 08 Feb 1996 16:30:42 -0500
  6. Organization: AT&T Bell Labs
  7. Message-ID: <311A6B82.5DE5@big.att.com>
  8. References: <4enu1u$20c_001@adv.magwien.gv.at> <3110E37C.352C@novabase.pt> <31128F40.592@skypoint.com> <4f8a2p$sgq@natasha.rmii.com>
  9. NNTP-Posting-Host: fanta-atm.info.att.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (WinNT; I)
  14.  
  15. >Actually, thunking is possible on NT, but only in one direction: you can
  16. >call a 32 bit DLL from 16 bit code, but you can't call a 16 bit DLL from
  17. >32 bit code.
  18.  
  19.   I've been successfully doing thunking from both direction on NT last year.
  20.  
  21.   Kevin
  22.